home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / ui / cinematicmenu.urc < prev    next >
Encoding:
Text File  |  2002-10-21  |  12.3 KB  |  767 lines

  1. menu "camera" 640 480 NONE
  2. align top right
  3. bgcolor 0 0 0 0
  4.  
  5. resource
  6. Label
  7. {
  8. title "Roll"
  9. name "Default"
  10. rect 1 460 32 20
  11. fgcolor 0.00 0.00 0.00 1.00
  12. bgcolor 0.00 0.50 1.00 1.00
  13. borderstyle "INDENT_BORDER"
  14. }
  15. resource
  16. Slider
  17. {
  18. title "Angle Roll"
  19. name "Default"
  20. rect 33 460 74 20
  21. fgcolor 0.00 0.00 0.00 1.00
  22. bgcolor 0.50 0.50 0.50 1.00
  23. borderstyle "RAISED"
  24. linkcvar "cam_angles_roll"
  25. setrange -180 180
  26. slidertype int
  27. stepsize 1
  28. initdata 0
  29.  
  30. }
  31. resource
  32. Label
  33. {
  34. title "Pitch"
  35. name "Default"
  36. rect 1 440 32 20
  37. fgcolor 0.00 0.00 0.00 1.00
  38. bgcolor 0.00 0.50 1.00 1.00
  39. borderstyle "INDENT_BORDER"
  40. }
  41. resource
  42. Slider
  43. {
  44. title "Angle Pitch"
  45. name "Default"
  46. rect 33 440 74 20
  47. fgcolor 0.00 0.00 0.00 1.00
  48. bgcolor 0.50 0.50 0.50 1.00
  49. borderstyle "RAISED"
  50. linkcvar "cam_angles_pitch"
  51. setrange -180 180
  52. slidertype int
  53. stepsize 1
  54. initdata 0
  55.  
  56. }
  57. resource
  58. Label
  59. {
  60. title "Yaw"
  61. name "Default"
  62. rect 1 420 32 20
  63. fgcolor 0.00 0.00 0.00 1.00
  64. bgcolor 0.00 0.50 1.00 1.00
  65. borderstyle "INDENT_BORDER"
  66. }
  67. resource
  68. Field
  69. {
  70. name "Default"
  71. rect 107 420 49 20
  72. fgcolor 0.00 0.00 0.00 1.00
  73. bgcolor 0.50 0.50 0.50 1.00
  74. borderstyle "RAISED"
  75. linkcvar "cam_angles_yaw"
  76. }
  77. resource
  78. Field
  79. {
  80. name "Default"
  81. rect 107 440 50 20
  82. fgcolor 0.00 0.00 0.00 1.00
  83. bgcolor 0.50 0.50 0.50 1.00
  84. borderstyle "RAISED"
  85. linkcvar "cam_angles_pitch"
  86. }
  87. resource
  88. Field
  89. {
  90. name "Default"
  91. rect 107 460 49 20
  92. fgcolor 0.00 0.00 0.00 1.00
  93. bgcolor 0.50 0.50 0.50 1.00
  94. borderstyle "RAISED"
  95. linkcvar "cam_angles_roll"
  96. }
  97. resource
  98. Label
  99. {
  100. title "Origin"
  101. name "Default"
  102. rect 0 20 52 20
  103. fgcolor 0.00 0.00 0.00 1.00
  104. bgcolor 0.00 0.50 1.00 1.00
  105. borderstyle "NONE"
  106. }
  107. resource
  108. Slider
  109. {
  110. title "Angle Yaw"
  111. name "Default"
  112. rect 33 420 74 20
  113. fgcolor 0.00 0.00 0.00 1.00
  114. bgcolor 0.50 0.50 0.50 1.00
  115. borderstyle "RAISED"
  116. linkcvar "cam_angles_yaw"
  117. setrange -180 180
  118. slidertype int
  119. stepsize 1
  120. initdata 0
  121.  
  122. }
  123. resource
  124. Button
  125. {
  126. title "Add"
  127. name "Default"
  128. rect 248 440 68 20
  129. fgcolor 0.00 0.00 0.00 1.00
  130. bgcolor 0.50 1.00 0.50 1.00
  131. borderstyle "3D_BORDER"
  132. stuffcommand "cam add"
  133. }
  134. resource
  135. Button
  136. {
  137. title "Replace"
  138. name "Default"
  139. rect 316 440 68 20
  140. fgcolor 0.00 0.00 0.00 1.00
  141. bgcolor 0.50 1.00 0.50 1.00
  142. borderstyle "3D_BORDER"
  143. stuffcommand "cam replace"
  144. }
  145. resource
  146. Label
  147. {
  148. title "Current Path"
  149. name "Default"
  150. rect 384 420 76 20
  151. fgcolor 0.00 0.00 0.00 1.00
  152. bgcolor 0.50 1.00 1.00 1.00
  153. borderstyle "INDENT_BORDER"
  154. }
  155. resource
  156. Button
  157. {
  158. title "New"
  159. name "Default"
  160. rect 545 440 24 20
  161. fgcolor 0.00 0.00 0.00 1.00
  162. bgcolor 0.50 1.00 1.00 1.00
  163. borderstyle "3D_BORDER"
  164. stuffcommand "cam new"
  165. clicksound sound/menu/scroll.wav
  166.  
  167. }
  168. resource
  169. Button
  170. {
  171. title "Load"
  172. name "Default"
  173. rect 569 440 32 20
  174. fgcolor 0.00 0.00 0.00 1.00
  175. bgcolor 0.50 1.00 1.00 1.00
  176. borderstyle "3D_BORDER"
  177. stuffcommand "cam load"
  178. }
  179. resource
  180. Button
  181. {
  182. title "Save"
  183. name "Default"
  184. rect 601 440 40 20
  185. fgcolor 0.00 0.00 0.00 1.00
  186. bgcolor 0.50 1.00 1.00 1.00
  187. borderstyle "3D_BORDER"
  188. stuffcommand "cam save"
  189. }
  190. resource
  191. Button
  192. {
  193. title "Rename"
  194. name "Default"
  195. rect 504 440 41 20
  196. fgcolor 0.00 0.00 0.00 1.00
  197. bgcolor 0.50 1.00 1.00 1.00
  198. borderstyle "3D_BORDER"
  199. stuffcommand "cam renamepath"
  200. }
  201. resource
  202. Button
  203. {
  204. title "-->"
  205. name "Default"
  206. rect 444 440 60 20
  207. fgcolor 0.00 0.00 0.00 1.00
  208. bgcolor 0.50 1.00 1.00 1.00
  209. borderstyle "3D_BORDER"
  210. stuffcommand "cam nextpath"
  211. }
  212. resource
  213. Button
  214. {
  215. title "<--"
  216. name "Default"
  217. rect 384 440 60 20
  218. fgcolor 0.00 0.00 0.00 1.00
  219. bgcolor 0.50 1.00 1.00 1.00
  220. borderstyle "3D_BORDER"
  221. stuffcommand "cam prevpath"
  222. }
  223. resource
  224. Field
  225. {
  226. name "Default"
  227. rect 460 420 180 20
  228. fgcolor 0.00 0.00 0.00 1.00
  229. bgcolor 0.50 0.50 0.50 1.00
  230. borderstyle "RAISED"
  231. linkcvar "cam_filename"
  232. }
  233. resource
  234. Button
  235. {
  236. title "Play"
  237. name "Default"
  238. rect 0 40 44 20
  239. fgcolor 0.00 0.00 0.00 1.00
  240. bgcolor 1.00 0.50 0.50 1.00
  241. borderstyle "3D_BORDER"
  242. stuffcommand "cam play"
  243. }
  244. resource
  245. Button
  246. {
  247. title "Loop"
  248. name "Default"
  249. rect 44 40 44 20
  250. fgcolor 0.00 0.00 0.00 1.00
  251. bgcolor 1.00 0.50 0.50 1.00
  252. borderstyle "3D_BORDER"
  253. stuffcommand "cam loop"
  254. }
  255. resource
  256. Button
  257. {
  258. title "Stop"
  259. name "Default"
  260. rect 88 40 44 20
  261. fgcolor 0.00 0.00 0.00 1.00
  262. bgcolor 1.00 0.50 0.50 1.00
  263. borderstyle "3D_BORDER"
  264. stuffcommand "cam stop"
  265. }
  266. resource
  267. Button
  268. {
  269. title "<--"
  270. name "Default"
  271. rect 248 420 40 20
  272. fgcolor 0.00 0.00 0.00 1.00
  273. bgcolor 0.50 1.00 0.50 1.00
  274. borderstyle "3D_BORDER"
  275. stuffcommand "cam prev;cam moveplayer"
  276. }
  277. resource
  278. Button
  279. {
  280. title "-->"
  281. name "Default"
  282. rect 344 420 40 20
  283. fgcolor 0.00 0.00 0.00 1.00
  284. bgcolor 0.50 1.00 0.50 1.00
  285. borderstyle "3D_BORDER"
  286. stuffcommand "cam next;cam moveplayer"
  287. }
  288. resource
  289. Button
  290. {
  291. title ">"
  292. name "Default"
  293. rect 316 420 30 20
  294. fgcolor 0.00 0.00 0.00 1.00
  295. bgcolor 0.50 1.00 0.50 1.00
  296. borderstyle "3D_BORDER"
  297. stuffcommand "cam next"
  298. }
  299. resource
  300. Button
  301. {
  302. title "<"
  303. name "Default"
  304. rect 288 420 30 20
  305. fgcolor 0.00 0.00 0.00 1.00
  306. bgcolor 0.50 1.00 0.50 1.00
  307. borderstyle "3D_BORDER"
  308. stuffcommand "cam prev"
  309. }
  310. resource
  311. Label
  312. {
  313. title "Current Node"
  314. name "Default"
  315. rect 0 0 90 20
  316. fgcolor 0.00 0.00 0.00 1.00
  317. bgcolor 0.35 0.67 1.00 1.00
  318. borderstyle "NONE"
  319. }
  320. resource
  321. Label
  322. {
  323. name "Default"
  324. rect 90 0 59 20
  325. fgcolor 0.00 0.00 0.00 1.00
  326. bgcolor 0.50 0.50 0.50 1.00
  327. borderstyle "RAISED"
  328. linkcvar "cam_nodenum"
  329. }
  330. resource
  331. Field
  332. {
  333. name "Default"
  334. rect 402 0 158 20
  335. fgcolor 0.00 0.00 0.00 1.00
  336. bgcolor 0.50 0.50 0.50 1.00
  337. borderstyle "RAISED"
  338. linkcvar "cam_watch"
  339. }
  340. resource
  341. Field
  342. {
  343. name "Default"
  344. rect 205 0 141 20
  345. fgcolor 0.00 0.00 0.00 1.00
  346. bgcolor 0.50 0.50 0.50 1.00
  347. borderstyle "RAISED"
  348. linkcvar "cam_thread"
  349. }
  350. resource
  351. Label
  352. {
  353. title "Thread"
  354. name "Default"
  355. rect 148 0 57 20
  356. fgcolor 0.00 0.00 0.00 1.00
  357. bgcolor 0.00 0.50 1.00 1.00
  358. borderstyle "INDENT_BORDER"
  359. }
  360. resource
  361. Label
  362. {
  363. title "Watch"
  364. name "Default"
  365. rect 346 0 56 20
  366. fgcolor 0.00 0.00 0.00 1.00
  367. bgcolor 0.50 0.00 1.00 1.00
  368. borderstyle "INDENT_BORDER"
  369. }
  370. resource
  371. Button
  372. {
  373. title "Path"
  374. name "Default"
  375. rect 560 0 40 20
  376. fgcolor 0.00 0.00 0.00 1.00
  377. bgcolor 0.50 0.00 1.00 1.00
  378. borderstyle "3D_BORDER"
  379. stuffcommand "cam watch path"
  380. }
  381. resource
  382. Button
  383. {
  384. title "Node"
  385. name "Default"
  386. rect 600 0 40 20
  387. fgcolor 0.00 0.00 0.00 1.00
  388. bgcolor 0.50 0.00 1.00 1.00
  389. borderstyle "3D_BORDER"
  390. stuffcommand "cam watch node"
  391. }
  392. resource
  393. Field
  394. {
  395. name "Default"
  396. rect 564 20 76 20
  397. fgcolor 0.00 0.00 0.00 1.00
  398. bgcolor 0.50 0.50 0.50 1.00
  399. borderstyle "RAISED"
  400. linkcvar "cam_fadetime"
  401. }
  402. resource
  403. Label
  404. {
  405. title "Fadetime"
  406. name "Default"
  407. rect 500 20 64 20
  408. fgcolor 0.00 0.00 0.00 1.00
  409. bgcolor 0.00 0.50 1.00 1.00
  410. borderstyle "INDENT_BORDER"
  411. }
  412. resource
  413. Field
  414. {
  415. name "Default"
  416. rect 359 20 141 20
  417. fgcolor 0.00 0.00 0.00 1.00
  418. bgcolor 0.50 0.50 0.50 1.00
  419. borderstyle "RAISED"
  420. linkcvar "cam_target"
  421. }
  422. resource
  423. Label
  424. {
  425. title "Target"
  426. name "Default"
  427. rect 305 20 54 20
  428. fgcolor 0.00 0.00 0.00 1.00
  429. bgcolor 0.00 0.50 1.00 1.00
  430. borderstyle "INDENT_BORDER"
  431. }
  432. resource
  433. Field
  434. {
  435. name "Default"
  436. rect 52 20 253 20
  437. fgcolor 0.00 0.00 0.00 1.00
  438. bgcolor 0.50 0.50 0.50 1.00
  439. borderstyle "RAISED"
  440. linkcvar "cam_origin"
  441. }
  442. resource
  443. Label
  444. {
  445. title "FOV"
  446. name "Default"
  447. rect 132 40 34 21
  448. fgcolor 0.00 0.00 0.00 1.00
  449. bgcolor 0.00 0.50 0.50 1.00
  450. borderstyle "INDENT_BORDER"
  451. }
  452. resource
  453. Button
  454. {
  455. title "105"
  456. name "Default"
  457. rect 191 40 25 20
  458. fgcolor 0.00 0.00 0.00 1.00
  459. bgcolor 0.00 0.50 0.50 1.00
  460. borderstyle "3D_BORDER"
  461. stuffcommand "cam setfov 105"
  462. }
  463. resource
  464. Button
  465. {
  466. title "90"
  467. name "Default"
  468. rect 216 40 20 20
  469. fgcolor 0.00 0.00 0.00 1.00
  470. bgcolor 0.00 0.50 0.50 1.00
  471. borderstyle "3D_BORDER"
  472. stuffcommand "cam setfov 90"
  473. }
  474. resource
  475. Button
  476. {
  477. title "75"
  478. name "Default"
  479. rect 236 40 20 20
  480. fgcolor 0.00 0.00 0.00 1.00
  481. bgcolor 0.00 0.50 0.50 1.00
  482. borderstyle "3D_BORDER"
  483. stuffcommand "cam setfov 75"
  484. }
  485. resource
  486. Button
  487. {
  488. title "60"
  489. name "Default"
  490. rect 256 40 20 20
  491. fgcolor 0.00 0.00 0.00 1.00
  492. bgcolor 0.00 0.50 0.50 1.00
  493. borderstyle "3D_BORDER"
  494. stuffcommand "cam setfov 60"
  495. }
  496. resource
  497. Button
  498. {
  499. title "45"
  500. name "Default"
  501. rect 276 40 20 20
  502. fgcolor 0.00 0.00 0.00 1.00
  503. bgcolor 0.00 0.50 0.50 1.00
  504. borderstyle "3D_BORDER"
  505. stuffcommand "cam setfov 45"
  506. }
  507. resource
  508. Button
  509. {
  510. title "30"
  511. name "Default"
  512. rect 296 40 20 20
  513. fgcolor 0.00 0.00 0.00 1.00
  514. bgcolor 0.00 0.50 0.50 1.00
  515. borderstyle "3D_BORDER"
  516. stuffcommand "cam setfov 30"
  517. }
  518. resource
  519. Button
  520. {
  521. title "20"
  522. name "Default"
  523. rect 316 40 20 20
  524. fgcolor 0.00 0.00 0.00 1.00
  525. bgcolor 0.00 0.50 0.50 1.00
  526. borderstyle "3D_BORDER"
  527. stuffcommand "cam setfov 20"
  528. }
  529. resource
  530. Field
  531. {
  532. name "Default"
  533. rect 336 40 40 20
  534. fgcolor 0.00 0.00 0.00 1.00
  535. bgcolor 0.00 0.50 0.50 1.00
  536. borderstyle "RAISED"
  537. linkcvar "cam_fov"
  538. }
  539. resource
  540. Button
  541. {
  542. title "120"
  543. name "Default"
  544. rect 166 40 25 20
  545. fgcolor 0.00 0.00 0.00 1.00
  546. bgcolor 0.00 0.50 0.50 1.00
  547. borderstyle "3D_BORDER"
  548. stuffcommand "cam setfov 120"
  549. }
  550. resource
  551. Label
  552. {
  553. title "Speed"
  554. name "Default"
  555. rect 376 40 46 20
  556. fgcolor 0.00 0.00 0.00 1.00
  557. bgcolor 1.00 1.00 0.00 1.00
  558. borderstyle "INDENT_BORDER"
  559. }
  560. resource
  561. Button
  562. {
  563. title ".5"
  564. name "Default"
  565. rect 422 40 20 20
  566. fgcolor 0.00 0.00 0.00 1.00
  567. bgcolor 1.00 1.00 0.00 1.00
  568. borderstyle "3D_BORDER"
  569. stuffcommand "cam setspeed .5"
  570. }
  571. resource
  572. Button
  573. {
  574. title "1"
  575. name "Default"
  576. rect 442 40 20 20
  577. fgcolor 0.00 0.00 0.00 1.00
  578. bgcolor 1.00 1.00 0.00 1.00
  579. borderstyle "3D_BORDER"
  580. stuffcommand "cam setspeed 1"
  581. }
  582. resource
  583. Button
  584. {
  585. title "2"
  586. name "Default"
  587. rect 462 40 20 20
  588. fgcolor 0.00 0.00 0.00 1.00
  589. bgcolor 1.00 1.00 0.00 1.00
  590. borderstyle "3D_BORDER"
  591. stuffcommand "cam setspeed 2"
  592. }
  593. resource
  594. Button
  595. {
  596. title "3"
  597. name "Default"
  598. rect 482 40 20 20
  599. fgcolor 0.00 0.00 0.00 1.00
  600. bgcolor 1.00 1.00 0.00 1.00
  601. borderstyle "3D_BORDER"
  602. stuffcommand "cam setspeed 3"
  603. }
  604. resource
  605. Button
  606. {
  607. title "4"
  608. name "Default"
  609. rect 502 40 20 20
  610. fgcolor 0.00 0.00 0.00 1.00
  611. bgcolor 1.00 1.00 0.00 1.00
  612. borderstyle "3D_BORDER"
  613. stuffcommand "cam setspeed 4"
  614. }
  615. resource
  616. Button
  617. {
  618. title "5"
  619. name "Default"
  620. rect 522 40 20 20
  621. fgcolor 0.00 0.00 0.00 1.00
  622. bgcolor 1.00 1.00 0.00 1.00
  623. borderstyle "3D_BORDER"
  624. stuffcommand "cam setspeed 5"
  625. }
  626. resource
  627. Button
  628. {
  629. title "6"
  630. name "Default"
  631. rect 542 40 20 20
  632. fgcolor 0.00 0.00 0.00 1.00
  633. bgcolor 1.00 1.00 0.00 1.00
  634. borderstyle "3D_BORDER"
  635. stuffcommand "cam setspeed 6"
  636. }
  637. resource
  638. Field
  639. {
  640. name "Default"
  641. rect 600 40 40 20
  642. fgcolor 0.00 0.00 0.00 1.00
  643. bgcolor 1.00 1.00 0.00 1.00
  644. borderstyle "RAISED"
  645. linkcvar "cam_speed"
  646. }
  647. resource
  648. Button
  649. {
  650. title "7"
  651. name "Default"
  652. rect 562 40 20 20
  653. fgcolor 0.00 0.00 0.00 1.00
  654. bgcolor 1.00 1.00 0.00 1.00
  655. borderstyle "3D_BORDER"
  656. stuffcommand "cam setspeed 7"
  657. }
  658. resource
  659. Button
  660. {
  661. title "8"
  662. name "Default"
  663. rect 582 40 20 20
  664. fgcolor 0.00 0.00 0.00 1.00
  665. bgcolor 1.00 1.00 0.00 1.00
  666. borderstyle "3D_BORDER"
  667. stuffcommand "cam setspeed 8"
  668. }
  669. resource
  670. CheckBox
  671. {
  672. title "3RD"
  673. name "Default"
  674. rect 581 460 60 20
  675. fgcolor 0.00 0.00 0.00 1.00
  676. bgcolor 1.00 0.00 0.50 1.00
  677. borderstyle "RAISED"
  678. linkcvar "cg_3rd_person"
  679. }
  680. resource
  681. Button
  682. {
  683. title "Update Node"
  684. name "Default"
  685. rect 156 420 92 60
  686. fgcolor 0.00 0.00 0.00 1.00
  687. bgcolor 1.00 1.00 0.73 1.00
  688. borderstyle "3D_BORDER"
  689. stuffcommand "cam updateinput"
  690. }
  691. resource
  692. Button
  693. {
  694. title "Delete"
  695. name "Default"
  696. rect 248 460 69 20
  697. fgcolor 0.00 0.00 0.00 1.00
  698. bgcolor 0.50 1.00 0.50 1.00
  699. borderstyle "3D_BORDER"
  700. stuffcommand "cam delete"
  701. }
  702. resource
  703. Button
  704. {
  705. title "Hide"
  706. name "Default"
  707. rect 317 460 40 20
  708. fgcolor 0.00 0.00 0.00 1.00
  709. bgcolor 0.50 1.00 0.50 1.00
  710. borderstyle "3D_BORDER"
  711. stuffcommand "cam hide"
  712. }
  713. resource
  714. Button
  715. {
  716. title "Show"
  717. name "Default"
  718. rect 357 460 40 20
  719. fgcolor 0.00 0.00 0.00 1.00
  720. bgcolor 0.50 1.00 0.50 1.00
  721. borderstyle "3D_BORDER"
  722. stuffcommand "cam show"
  723. }
  724. resource
  725. Label
  726. {
  727. name "Default"
  728. rect 397 460 54 20
  729. fgcolor 0.00 0.00 0.00 1.00
  730. bgcolor 0.75 0.75 0.75 1.00
  731. borderstyle "NONE"
  732. linkcvar "cam_hiddenstate"
  733. }
  734. resource
  735. CheckBox
  736. {
  737. title "HUD"
  738. name "Default"
  739. rect 451 460 56 20
  740. fgcolor 0.00 0.00 0.00 1.00
  741. bgcolor 1.00 0.00 0.50 1.00
  742. borderstyle "RAISED"
  743. linkcvar "ui_hud"
  744. }
  745. resource
  746. CheckBox
  747. {
  748. title "Minicon"
  749. name "Default"
  750. rect 507 460 74 20
  751. fgcolor 0.00 0.00 0.00 1.00
  752. bgcolor 1.00 0.00 0.50 1.00
  753. borderstyle "RAISED"
  754. linkcvar "ui_minicon"
  755. }
  756. resource
  757. Button
  758. {
  759. name "Default"
  760. rect 0 60 640 360
  761. fgcolor 0.00 0.00 0.00 0.00
  762. bgcolor 0.50 0.50 0.50 0.00
  763. borderstyle "NONE"
  764. stuffcommand "ui_hidemouse"
  765. }
  766. end.
  767.